/* C113HeaderSmall Start */

.sec-about-cyberknife {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sec-about-cyberknife {
    padding: 40px 10px;
  }
}
.sec-about-cyberknife .about-wrapper {
  max-width: 900px;
  margin: 0 auto 0 0;
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .sec-about-cyberknife .about-wrapper {
    padding: 0 10px;
  }
}
.sec-about-cyberknife .about-wrapper > h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-about-cyberknife .about-wrapper > h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.sec-about-cyberknife .content-card:not(:last-of-type) {
  margin-bottom: 36px;
}
.sec-about-cyberknife .content-card.mb-80:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-about-cyberknife .content-card.mb-80:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.sec-about-cyberknife .content-card p {
  font-weight: 500;
  margin-bottom: 0;
}
.sec-about-cyberknife .content-card p:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-about-cyberknife .content-card p strong {
  font-weight: 900;
}
.sec-about-cyberknife .content-card p a {
  color: #35197C;
  text-decoration: underline;
}
.sec-about-cyberknife .cyber-feature {
  margin-bottom: 36px;
}
.sec-about-cyberknife .cyber-feature > h3 {
  font-weight: 600;
  margin-bottom: 12px;
}
.sec-about-cyberknife .cyber-feature .feature-content {
  margin-bottom: 36px;
}
.sec-about-cyberknife .cyber-feature .feature-content > h2 {
  margin-bottom: 24px;
}
.sec-about-cyberknife .cyber-feature .feature-content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-about-cyberknife .cyber-feature .feature-content p:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-about-cyberknife .cyber-feature .feature-content p strong {
  font-weight: 900;
}
.sec-about-cyberknife .cyber-feature ul.feature-list {
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.sec-about-cyberknife .cyber-feature ul.feature-list.style-v2 li {
  font-weight: 600;
  padding-left: 34px;
  position: relative;
  color: #35197C;
}
.sec-about-cyberknife .cyber-feature ul.feature-list.style-v2 li:before {
  content: "";
  background: url(../images/icons/arrow-right-icon.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 15px;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: #15063A;
  padding: 12px 0;
  display: block;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li:not(:last-of-type) {
  border-bottom: 1px solid #15063A;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li strong {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 900;
  color: #15063A;
}

/* C113HeaderSmall End */

/* 00_publication_list Start */

.publication-list .publications-filter {
    border-top: 1.5px solid #EDEFED;
    max-width: 900px;
    padding-left: 50px;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .publication-list .publications-filter {
        border-top: none;
        margin-bottom: 40px;
        padding-left: 0;
    }
}

.publication-list .filter-list {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .publication-list .filter-list {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        align-items: self-end;
        column-gap: 12px;
    }
}

.publication-list .filter-list li {
    list-style: none;
    display: inline-block;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #15063A;
}

@media screen and (max-width: 767px) {
    .publication-list .filter-list li {
        display: block;
        padding: 0;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .publication-list .filter-list li {
        font-size: 16px;
        line-height: 24px;
    }
}

.publication-list .filter-list li:not(:last-of-type) {
    border-right: 1.5px solid #EDEFED;
}

@media screen and (max-width: 767px) {
    .publication-list .filter-list li:not(:last-of-type) {
        border-right: none;
    }
}

.publication-list .filter-list .form-group {
    margin-bottom: 0;
}

.publication-list .filter-list .form-group label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    color: #35197C;
    margin-bottom: 5px;
    padding-left: 8px;
    display: inline-flex;
    align-items: self-end;
    gap: 1px;
}

.publication-list .filter-list .form-group select {
    width: 240px;
    height: 35px;
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #15063A;
    padding: 8px 42px 8px 8px !important;
    border-radius: 0;
    border-bottom: 2px solid #35197C;
    background: url(/attachment/be4tjmityci9jrtflvqndh5nu) no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) 52%;
    position: relative;
    outline: none;
    appearance: none;
    display: block;
}

@media screen and (max-width: 767px) {
    .publication-list .filter-list .form-group select {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }
}

.publication-list h3 {
    font-weight: 600;
    margin-bottom: 36px;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .publication-list h3 {
        padding-left: 0;
    }
}

.publication-list .col-lg-4 {
    margin-bottom: 24px;
}

.publication-list .publication-card {
    padding: 24px;
    border-radius: 6px;
    background: #EDEFED;
    transition: all 0.3s ease-in-out;
}

.publication-list .publication-card:hover {
    background: #F3F8E2;
}

.publication-list .publication-card .body {
    min-height: 163px;
}

.publication-list .publication-card .body .date {
    color: #99989F;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.publication-list .publication-card .body h3 {
    margin: 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #35197C !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    font-weight: 900;
}

.publication-list .publication-card .body p {
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #373737;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.publication-list .publication-card .footer {
    border-top: 1px solid #15063A;
    margin: 24px 0 0;
    padding: 24px 0 0;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .publication-list .publication-card .footer {
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
}

.publication-list .publication-card .footer a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #35197C;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
    .publication-list .publication-card .footer a {
        font-size: 14px;
        line-height: 20px;
    }
}

.publication-list .publication-card .footer a img {
    max-width: 24px;
}

/* 00_publication_list End */

/* 00_publication Start */

.publication-detail-breadcrumb-wrapper li {
    list-style: none;
    display: inline-block;
    padding: 17px 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #15063A;
}

.publication-detail-breadcrumb-wrapper li:not(:last-of-type) {
    border-right: 2px solid rgb(237, 239, 237);
}

.publication-detail-breadcrumb-wrapper ul {
    padding-left: 70px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .publication-detail-breadcrumb-wrapper ul {
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .publication-detail-breadcrumb-wrapper ul {
        padding-left: 0px;
    }
}

.publication-detail-breadcrumb-wrapper {
    max-width: 1280px;
    border-bottom: 2px solid rgb(237, 239, 237);
    margin: 72px auto;
    margin-top: 152px;
}

@media screen and (max-width: 991px) {
    .publication-detail-breadcrumb-wrapper {
        margin: 40px auto;
    }
}

.publication-detail {
    padding: 0 0 132px;
}

@media screen and (max-width: 767px) {
    .publication-detail {
        padding: 0 0 60px;
    }
}

.publication-detail h1.title {
    font-size: 60px;
    line-height: 68px;
    font-weight: 500;
    color: #35197C;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
      .publication-detail h1.title {
        font-size: 38px;
        line-height: 46px;
    }
}

@media screen and (max-width: 767px) {
      .publication-detail h1.title {
        font-size: 33px;
        line-height: 41px;
    }
}

.publication-detail .content-wrapper {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .publication-detail .content-wrapper {
        margin-top: 30px;
    }
}

.publication-detail .article-content h2 {
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .publication-detail .article-content h2 {
        margin-bottom: 20px;
    }
}


.publication-detail .article-content .content {
    margin-bottom: 36px;
}

.publication-detail .article-content .content p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Messina Sans";
    color: #15063A;
}

@media screen and (max-width: 767px) {
    .publication-detail .article-content .content p {
        font-size: 22px;
        line-height: 30px;
    }
}

.publication-detail .author-card {
    background: #F3F8E2;
    width: 100%;
    max-width: 364px;
    padding: 30px;
    margin-bottom: 30px;
}

.publication-detail .published-wrapper {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #35197C;
}

.publication-detail .published-wrapper h3, .publication-detail .author-table h3 {
    font-weight: 900;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
}

.publication-detail .published-wrapper p {
    margin-bottom: 0;
    color: #15063A;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
}

.publication-detail .published-wrapper a {
    color: #35197C;
    text-decoration: underline;
    font-size: 16px;
    line-height: 22px;
}

.publication-detail .author-table ul {
    padding-left: 0;
}

.publication-detail .author-table li {
    display: block;
    position: relative;
    padding-left: 34px;
    list-style: none;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    color: #35197C;
}

.publication-detail .author-table li > a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
}

.publication-detail .author-table li:not(:last-of-type) {
    margin-bottom: 2px;
}

.publication-detail .author-table li::before {
    content: "";
    background: url(/attachment/b7h37k6ojio54k2sp59z6udvv) no-repeat center;
    background-size: auto;
    background-size: cover;
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.publication-detail .btn-wrapper {
    margin-top: 36px;
}

.publication-detail .btn-wrapper .btn-style {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* 00_publication End */

/* 00_team_member_publication_list Start */

.team-member-publication-list h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 35px;
}

@media screen and (max-width: 767px) {
    .team-member-publication-list h3 {
        margin-bottom: 24px;
        font-size: 22px;
        line-height: 30px;
    }
}

.team-member-publication-list ul {
    padding-left: 0;
}

.team-member-publication-list li {
    list-style: none;
    display: grid;
    grid-template-columns: 120px auto;
    gap: 30px;
    padding: 8px 0 7px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .team-member-publication-list li {
        grid-template-columns: 110px auto;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .team-member-publication-list li {
        padding: 16px 0;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }
}

.team-member-publication-list li:not(:last-of-type) {
    border-bottom: 1px solid #15063A;
}

.team-member-publication-list li p, .team-member-publication-list li p a, .team-member-publication-list li p a strong, .team-member-publication-list li p strong {
    margin: 0;
    line-height: 22px;
    color: #1B1924;
    font-size: 16px;
}


.team-member-publication-list li p.date {
    font-weight: 900;
}

/* 00_team_member_publication_list End */

/* C014ContactBanner Start */

.sec-contact-banner.equipment-banner .content-wrapper p strong {
  font-weight: 900;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-contact-banner.equipment-banner .content-wrapper p strong {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .container {
    padding: 0;
  }
}
.sec-contact-banner .img-wrapper img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-contact-banner .img-wrapper img {
    height: 500px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-contact-banner .img-wrapper img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .img-wrapper img {
    height: 320px;
  }
}
.sec-contact-banner .content-wrapper {
  background: #35197C;
  padding: 38px 50px;
  max-width: 900px;
  width: 100%;
  margin: -100px 0 0 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1411px) {
  .sec-contact-banner .content-wrapper {
    min-width: 880px;
  }
}
@media screen and (max-width: 1410px) and (min-width: 1366px) {
  .sec-contact-banner .content-wrapper {
    min-width: 840px;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact-banner .content-wrapper {
    min-width: 700px;
    width: calc(100% - 20px);
    margin: -100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper {
    padding: 20px 20px;
    min-width: 300px;
    width: calc(100% - 44px);
    margin: -100px auto 0;
  }
}
.sec-contact-banner .content-wrapper h1, .sec-contact-banner .content-wrapper .h1 {
  color: #ffffff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 500;
  margin-bottom: 36px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-contact-banner .content-wrapper h1, .sec-contact-banner .content-wrapper .h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-contact-banner .content-wrapper h1, .sec-contact-banner .content-wrapper .h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper h1, .sec-contact-banner .content-wrapper .h1 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper h1.desktop, .sec-contact-banner .content-wrapper .h1.desktop {
    display: none;
  }
}
.sec-contact-banner .content-wrapper h1.mobile, .sec-contact-banner .content-wrapper .h1.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper h1.mobile, .sec-contact-banner .content-wrapper .h1.mobile {
    display: block;
  }
}
.sec-contact-banner .content-wrapper h1.f-58, .sec-contact-banner .content-wrapper .h1.f-58 {
  font-size: 58px;
  line-height: 60px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-contact-banner .content-wrapper h1.f-58, .sec-contact-banner .content-wrapper .h1.f-58 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-contact-banner .content-wrapper h1.f-58, .sec-contact-banner .content-wrapper .h1.f-58 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper h1.f-58, .sec-contact-banner .content-wrapper .h1.f-58 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }
}
.sec-contact-banner .content-wrapper h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.sec-contact-banner .content-wrapper h3, .sec-contact-banner .content-wrapper .h3, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h2.title, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h1.title, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h3.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h3.title, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h4.title {
  color: #ffffff !important;
  font-weight: 600;
}
.sec-contact-banner .content-wrapper h3.mobile, .sec-contact-banner .content-wrapper .h3.mobile, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h2.mobile.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h2.mobile.title, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h1.mobile.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h1.mobile.title, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h4.mobile.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h4.mobile.title {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper h3.mobile, .sec-contact-banner .content-wrapper .h3.mobile, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h2.mobile.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h2.mobile.title, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h1.mobile.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h1.mobile.title, .sec-contact-banner .content-wrapper .sec-disease-single .warning-wrapper h4.mobile.title, .sec-disease-single .warning-wrapper .sec-contact-banner .content-wrapper h4.mobile.title {
    display: block;
    margin-bottom: 16px;
  }
}
.sec-contact-banner .content-wrapper > p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
}
.sec-contact-banner .content-wrapper > p:not(:last-of-type) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper > p {
    line-height: 20px;
  }
}
.sec-contact-banner .content-wrapper > p.w-500 {
  font-weight: 500;
}
.sec-contact-banner .content-wrapper > p strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper > p strong {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-contact-banner .content-wrapper p, .sec-contact-banner .content-wrapper p *, .sec-contact-banner .content-wrapper .pera {
  color: #ffffff;
}
.sec-contact-banner .content-wrapper .time-wrapper p {
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper .time-wrapper p {
    margin-bottom: 10px;
  }
}
.sec-contact-banner .content-wrapper .time-wrapper ul.time {
  display: grid;
  grid-template-columns: 169px auto;
  column-gap: 18px;
  align-items: center;
  padding-left: 0;
}
.sec-contact-banner .content-wrapper .time-wrapper ul.time li {
  display: inline-block;
  list-style: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper .time-wrapper ul.time li {
    font-size: 14px;
    line-height: 1.4;
  }
}
.sec-contact-banner .content-wrapper .time-wrapper ul.time li:not(:last-of-type) {
  margin-bottom: 4px;
}
.sec-contact-banner .content-wrapper .time-wrapper ul.time li P {
  margin-bottom: 0;
}
.sec-contact-banner .content-wrapper .time-wrapper ul.contact {
  margin: 36px 0 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper .time-wrapper ul.contact {
    margin: 22px 0 0;
  }
}
.sec-contact-banner .content-wrapper .time-wrapper ul.contact li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.sec-contact-banner .content-wrapper .time-wrapper ul.contact li:not(:last-of-type) {
  margin: 0 72px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper .time-wrapper ul.contact li:not(:last-of-type) {
    margin: 0 20px 0 0;
  }
}
.sec-contact-banner .content-wrapper .time-wrapper ul.contact li:not(:last-of-type):before {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 35px;
  position: absolute;
  right: -37px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper .time-wrapper ul.contact li:not(:last-of-type):before {
    top: 3px;
    height: 15px;
    right: -12px;
  }
}
.sec-contact-banner .content-wrapper .time-wrapper ul.contact li a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper .time-wrapper ul.contact li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-contact-banner .content-wrapper ul.btn-list {
  margin: 24px 0 0;
  padding-left: 0;
}
.sec-contact-banner .content-wrapper ul.btn-list li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper ul.btn-list li {
    display: block;
    width: 100%;
  }
}
.sec-contact-banner .content-wrapper ul.btn-list li:not(:last-of-type) {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper ul.btn-list li:not(:last-of-type) {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper ul.btn-list li:last-of-type a.btn-style {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 600;
    border-width: 1px;
  }
}
.sec-contact-banner .content-wrapper ul.btn-list li a.btn-style {
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  .sec-contact-banner .content-wrapper ul.btn-list li a.btn-style {
    min-width: 100%;
  }
}

/* C014ContactBanner End */

/* C120ExperienceContent Start */

.experience span {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 900;
  color: #35197C;
  display: block;
  margin-bottom: 12px;
}

.experience p {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #15063A;
  margin-bottom: 12px;
}

.experience span.question {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 26px;
  color: #15063A;
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
}

/* C120ExperienceContent End */

/* C134ContantBox Start */

.sec-team-contact {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec-team-contact {
    padding: 0 0 60px;
  }
}
.sec-team-contact .team-contact-wrapper {
  width: 900px;
  background: #F1F4FF;
  padding: 50px;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .sec-team-contact .team-contact-wrapper {
    padding: 24px;
    width: auto;
  }
}
.sec-team-contact .team-contact-wrapper h3, .sec-team-contact .team-contact-wrapper .h3, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h2.title, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h1.title, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h3.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h3.title, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h4.title {
  margin-bottom: 0;
  color: #35197C !important;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-team-contact .team-contact-wrapper h3, .sec-team-contact .team-contact-wrapper .h3, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h2.title, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h1.title, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h3.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h3.title, .sec-team-contact .team-contact-wrapper .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-team-contact .team-contact-wrapper h4.title {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 12px;
  }
}
.sec-team-contact .team-contact-wrapper p {
  font-size: 16px;
  line-height: 22px;
  margin: 24px 0;
  color: #15063A;
}
@media screen and (max-width: 767px) {
  .sec-team-contact .team-contact-wrapper p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.sec-team-contact .team-contact-wrapper ul.btn-list {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 6px));
  column-gap: 12px;
}
@media screen and (max-width: 767px) {
  .sec-team-contact .team-contact-wrapper ul.btn-list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
.sec-team-contact .team-contact-wrapper ul.btn-list li {
  list-style: none;
  margin: 0;
}
.sec-team-contact .team-contact-wrapper ul.btn-list li a {
  width: 100%;
  min-width: 100%;
  font-weight: 700;
  color: #35197C;
  border: 1px solid #35197C;
}

/* C134ContantBox End */

/* C213SecPatientBenefit Start */

.sec-patient-benefit {
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .sec-patient-benefit {
    padding: 40px 18px;
  }
}
.sec-patient-benefit .container {
  max-width: 960px;
}
.sec-patient-benefit .sec-header {
  max-width: 1080px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .sec-patient-benefit .sec-header {
    padding-left: 0;
    margin-bottom: 24px;
  }
}
.sec-patient-benefit .sec-header h2, .sec-patient-benefit .sec-header .h2 {
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec-patient-benefit .sec-header h2, .sec-patient-benefit .sec-header .h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 26px;
  }
}
.sec-patient-benefit .sec-header p {
  margin: 24px 0 0;
  font-weight: 500;
}
.sec-patient-benefit ul.disease-list {
  padding-left: 0;
}
.sec-patient-benefit ul.disease-list li {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .sec-patient-benefit ul.disease-list li {
    grid-template-columns: auto;
  }
}
.sec-patient-benefit ul.disease-list li:not(:last-of-type) {
  border-bottom: 2px solid rgb(237, 239, 237);
}
@media screen and (max-width: 767px) {
  .sec-patient-benefit ul.disease-list li:not(:last-of-type) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-patient-benefit ul.disease-list li:not(:last-of-type) .disease-card {
    border-bottom: 2px solid rgb(237, 239, 237);
  }
}
.sec-patient-benefit ul.disease-list li .disease-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: self-start;
  column-gap: 10px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .sec-patient-benefit ul.disease-list li .disease-card {
    padding: 12px 0;
  }
}
.sec-patient-benefit ul.disease-list li .disease-card strong {
  font-size: 48px;
  line-height: 40px;
  font-weight: 900;
  color: rgb(177, 190, 240);
}
.sec-patient-benefit ul.disease-list li .disease-card .content {
  padding-top: 2px;
}
.sec-patient-benefit ul.disease-list li .disease-card .content h3, .sec-patient-benefit ul.disease-list li .disease-card .content .h3, .sec-patient-benefit ul.disease-list li .disease-card .content .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-patient-benefit ul.disease-list li .disease-card .content h2.title, .sec-patient-benefit ul.disease-list li .disease-card .content .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-patient-benefit ul.disease-list li .disease-card .content h1.title, .sec-patient-benefit ul.disease-list li .disease-card .content .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-patient-benefit ul.disease-list li .disease-card .content h4.title {
  font-weight: 900;
  margin-bottom: 0;
  padding-top: 5px;
}
.sec-patient-benefit ul.disease-list li .disease-card .content p {
  font-weight: 500;
  margin-bottom: 0;
}
.sec-patient-benefit .benefit-content {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-patient-benefit .benefit-content {
    margin: 40px 0 0;
  }
}
.sec-patient-benefit .benefit-content h3 {
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-patient-benefit .benefit-content h3 br {
    display: none;
  }
}
.sec-patient-benefit .benefit-content p {
  margin-bottom: 0;
}
.sec-patient-benefit .benefit-content p:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-patient-benefit .benefit-content p strong {
  font-weight: 900;
}

/* C213SecPatientBenefit End */

/* C214ContentWithSideInfo Start */

.sec-modern-surgery {
  padding: 100px 0 15px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-modern-surgery {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-modern-surgery {
    padding: 40px 20px 15px;
    margin: 0;
  }
}
.sec-modern-surgery .container {
  max-width: 1080px;
}
.sec-modern-surgery .container > h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .sec-modern-surgery .container > h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.sec-modern-surgery p {
  margin-bottom: 0;
}
.sec-modern-surgery p:not(:last-of-type) {
  margin: 0 0 12px;
}
.sec-modern-surgery p.title {
  color: #35197C;
  font-weight: 900;
}
.sec-modern-surgery p:not(.title) {
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-modern-surgery p:not(.title) {
    font-size: 14px;
  }
}
.sec-modern-surgery p:not(.title) strong {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec-modern-surgery p:not(.title) strong {
    font-size: 14px;
  }
}
.sec-modern-surgery .surgery-detail .detail-card:not(:last-of-type) {
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .sec-modern-surgery .surgery-detail .detail-card h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.sec-modern-surgery .surgery-detail .detail-card h3 {
  font-weight: 600;
  margin-bottom: 24px;
}
.sec-modern-surgery .surgery-detail .detail-card p.title {
  margin: 24px 0 12px;
}
.sec-modern-surgery .information-wrapper {
  background: #F3F8E2;
  padding: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .sec-modern-surgery .information-wrapper {
    margin: 40px 0 0;
  }
}
.sec-modern-surgery .information-wrapper .title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.sec-modern-surgery .information-wrapper .title-wrapper .icon {
  max-width: 24px;
  margin-top: 6px;
}
.sec-modern-surgery .information-wrapper .title-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.sec-modern-surgery .information-wrapper .title {
  line-height: 1.2;
}

/* C214ContentWithSideInfo End */

/* C312FeatureList Start */

.sec-about-cyberknife {
  padding: 0px 0;
}
@media screen and (max-width: 767px) {
  .sec-about-cyberknife {
    padding: 40px 10px;
  }
}
.sec-about-cyberknife .about-wrapper {
  max-width: 900px;
  margin: 0 auto 0 0;
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .sec-about-cyberknife .about-wrapper {
    padding: 0 10px;
  }
}
.sec-about-cyberknife .about-wrapper > h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-about-cyberknife .about-wrapper > h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.sec-about-cyberknife .content-card:not(:last-of-type) {
  margin-bottom: 36px;
}
.sec-about-cyberknife .content-card.mb-80:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-about-cyberknife .content-card.mb-80:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.sec-about-cyberknife .content-card p {
  font-weight: 500;
  margin-bottom: 0;
}
.sec-about-cyberknife .content-card p:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-about-cyberknife .content-card p strong {
  font-weight: 900;
}
.sec-about-cyberknife .content-card p a {
  color: #35197C;
  text-decoration: underline;
}
.sec-about-cyberknife .cyber-feature {
  margin-bottom: 36px;
}
.sec-about-cyberknife .cyber-feature > h3 {
  font-weight: 600;
  margin-bottom: 12px;
}
.sec-about-cyberknife .cyber-feature .feature-content {
  margin-bottom: 36px;
}
.sec-about-cyberknife .cyber-feature .feature-content > h2 {
  margin-bottom: 24px;
}
.sec-about-cyberknife .cyber-feature .feature-content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-about-cyberknife .cyber-feature .feature-content p:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-about-cyberknife .cyber-feature .feature-content p strong {
  font-weight: 900;
}
.sec-about-cyberknife .cyber-feature ul.feature-list {
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.sec-about-cyberknife .cyber-feature ul.feature-list.style-v2 li {
  font-weight: 600;
  padding-left: 34px;
  position: relative;
  color: #35197C;
}
.sec-about-cyberknife .cyber-feature ul.feature-list.style-v2 li:before {
  content: "";
  background: url(/attachment/b7h37k6ojio54k2sp59z6udvv) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 15px;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: #15063A;
  padding: 12px 0;
  display: block;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li:not(:last-of-type) {
  border-bottom: 1px solid #15063A;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li strong {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 900;
  color: #15063A;
}

/* C312FeatureList End */

/* C415TherapyGrid Start */

section.therapy-grid {
    padding: 0 0 40px;

    .section-container {
        max-width: 1280px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        font-family: "Messina Sans";
    }

    img {
        width: 100%;
        height: 620px;
        object-fit: cover;
    }

    .content {
        background: #ffffff;
        max-width: 1000px;
        margin: -40px auto 0;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        position: relative;
        z-index: 1;
    }

    .content-card:nth-of-type(2n+1) {
        border-right: 1px solid #DBD9D5;
    }

    .content-card:last-of-type {
        border-bottom: 0;
    }

    .content-card {
        padding: 50px;
        height: 100%;
        border-bottom: 1px solid #DBD9D5;
        word-break: normal;
        overflow-wrap: normal;

        h3 {
            margin-bottom: 24px;
            font-weight: 600;
            font-size: 32px;
            line-height: 35px;
        }

        p {
            margin-bottom: 24px;
            font-weight: 500;
            font-size: 16px;
            line-height: 1.4em;
        }

        ul {
            margin-left: 0;
            padding-left: 0;

            li {
                list-style: none;
                position: relative;
                padding-left: 30px;
                display: block;
                cursor: pointer;
                font-weight: 400;
                font-size: 18px;
                line-height: 26px;

                a {
                    margin-bottom: 0;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 1.4em;
                    display: inline-block;
                }
            }

            li:not(:last-of-type) {
                margin-bottom: 10px;
            }


            li:before {
                content: "";
                background: url(/attachment/b7h37k6ojio54k2sp59z6udvv) no-repeat center;
                background-size: cover;
                width: 16px;
                height: 14px;
                position: absolute;
                left: 0;
                top: 7px;
            }
        }
    }

    @media screen and (max-width: 767px) {
        padding: 24px 18px;

        img {
            height: 300px;
        }

        .content {
            margin: 4px auto 0;
            grid-template-columns: auto;

            .content-card {
                border-right: none;
                padding: 20px 10px;
                overflow: hidden;

                h3 {
                    margin-bottom: 15px;
                    font-weight: 600;
                    font-size: 22px;
                    line-height: 30px;
                }

                p {
                    margin-bottom: 15px;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 1.4em;
                }

                ul li {
                    font-size: 14px;
                    line-height: 22px;
                }
            }
        }
    }
}

/* C415TherapyGrid End */

/* C416SecPromplyTreatment Start */

.sec-promptly-treatment .treatment-card {
    background: #ffffff;
    width: 620.496px;
    padding: 50px 50px;
    height: 100%;
    position: relative;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .sec-promptly-treatment .treatment-card {
      background: #ffffff;
      width: 356px;
      padding: 50px 20px;
      height: 100%;
      position: relative;
      border-radius: 0;
      transition: 0.3s ease-in-out;
  }
}

/* C416SecPromplyTreatment End */

/* C418SecPatientCyber Start */

.sec-patient-cyber {
  padding: 40px 0 100px;
}
@media screen and (max-width: 991px) {
  .sec-patient-cyber {
    padding: 24px 18px 60px;
  }
}
.sec-patient-cyber .container {
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  .sec-patient-cyber .col-md-6 {
    margin-bottom: 22px;
  }
}
.sec-patient-cyber .patient-cyber-card .img-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .sec-patient-cyber .patient-cyber-card .img-wrapper img {
    height: 300px;
  }
}
.sec-patient-cyber .patient-cyber-card .content-wrapper {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .sec-patient-cyber .patient-cyber-card .content-wrapper {
    padding: 22px;
  }
}
.sec-patient-cyber .patient-cyber-card .content-wrapper h3, .sec-patient-cyber .patient-cyber-card .content-wrapper .h3, .sec-patient-cyber .patient-cyber-card .content-wrapper .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-patient-cyber .patient-cyber-card .content-wrapper h2.title, .sec-patient-cyber .patient-cyber-card .content-wrapper .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-patient-cyber .patient-cyber-card .content-wrapper h1.title, .sec-patient-cyber .patient-cyber-card .content-wrapper .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-patient-cyber .patient-cyber-card .content-wrapper h4.title {
  margin-bottom: 24px;
  font-weight: 600;
}
.sec-patient-cyber .patient-cyber-card .content-wrapper p {
  margin-bottom: 0;
  font-weight: 500;
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #373737;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-patient-cyber .patient-cyber-card .content-wrapper p {
    display: block;
  }
}
.sec-patient-cyber .patient-cyber-card .content-wrapper p strong {
  font-weight: 900;
}
.sec-patient-cyber .patient-cyber-card .content-wrapper .footer {
  border-top: 1px solid #15063A;
  margin: 24px 0 0;
  padding: 24px 0 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-patient-cyber .patient-cyber-card .content-wrapper .footer {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
}
.sec-patient-cyber .patient-cyber-card .content-wrapper .footer .arrow-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #35197C;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-patient-cyber .patient-cyber-card .content-wrapper .footer .arrow-btn {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-patient-cyber .patient-cyber-card .content-wrapper .footer .arrow-btn img {
  max-width: 24px;
}

/* C418SecPatientCyber End */

/* C419SecPressRelease Start */

.sec-press-release-v2 {
  padding: 30px 0 50px;
}
.sec-press-release-v2 .sec-heading {
  padding-left: 24px;
  margin-bottom: 48px;
}
.sec-press-release-v2 .sec-heading h2 {
  margin-bottom: 24px;
}
.sec-press-release-v2 .sec-heading p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-press-release-v2 .sec-heading p br {
    display: none;
  }
}
.sec-press-release-v2 .press-report-card .content-wrapper p.small {
  display:block !important;
}
.sec-press-release-v2 .press-list-wrapper ul.press-list {
  padding: 0;
  margin: 0;
  column-count: 3;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list {
    column-count: 1;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list.grid-list {
  column-count: unset;
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 12px));
  align-items: center;
  column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list.grid-list {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }
}
@media screen and (max-width: 767px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list.grid-list {
    row-gap: 16px;
    grid-template-columns: 1fr;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list.grid-list li {
  height: 100%;
  margin: 0;
  display: block;
}
.sec-press-release-v2 .press-list-wrapper ul.press-list.grid-list li:not(:last-of-type) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list.grid-list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li {
  list-style: none;
  margin: 0 4px 0;
}
@media screen and (max-width: 767px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list li {
    display: block;
    margin: 0;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list li:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card {
  border-radius: 4px;
  position: relative;
  height: 100%;
  background: #EDEFED;
  padding: 0 0 100px;
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .img-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .img-wrapper img {
    height: 140px;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper {
  padding: 24px;
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper h3 span {
  color: #35197C;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper p {
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #373737;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper .footer {
  border-top: 1px solid #15063A;
  padding: 24px 0 0;
  position: absolute;
  width: calc(100% - 48px);
  bottom: 30px;
  left: 24px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper .footer {
    padding: 15px 0 0;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper .footer .arrow-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #35197C;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper .footer .arrow-btn {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-press-release-v2 .press-list-wrapper ul.press-list li .press-report-card .content-wrapper .footer .arrow-btn img {
  max-width: 24px;
}

/* C419SecPressRelease End */

/* C611SecTreatmentProcess Start */

.sec-treatment-process h3 {
    font-weight: 400 !important;
}

/* C611SecTreatmentProcess End */

/* D000TableOfContents Start */

.table-content-wrapper-single {
  display: flex;
  align-items: stretch;
  box-shadow: 0 4px 60px 0 rgba(0, 2, 10, 0.1);
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .table-content-wrapper-single { max-width: 600px; }
}
@media screen and (max-width: 767px) {
  .table-content-wrapper-single { display: none !important; }
}

.left-wrapper {
  position: fixed;
  left: 0;
  top: 100px;
  width: 56px;
  min-height: 386px;
  padding: 39px 15px;
  background: #DAE670;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 1041; 
}
.left-wrapper .navbar-toggler {
  border: 0;
  padding: 0;
  background: transparent;
}
.left-wrapper .burger-icon { display:block; }

#content.content-panel {
  position: fixed;
  top: 100px;
  left: 56px;     
  right: 0;
  z-index: 1040;
}
#content.content-panel.collapsing,
#content.content-panel.collapse {
  transform-origin: left top;
}
#content.content-panel.collapsing {
  height: auto !important;
  transform: scaleY(0.98);
  opacity: 0;
}
#content.content-panel.collapse.show {
  animation: table-content-right-animation .25s ease-out both;
}

.table-content-wrapper-single .right-wrapper > span { margin-bottom: 16px; }
.table-content-wrapper-single .right-wrapper ul.table-list { padding-left: 0; margin: 0; }
.table-content-wrapper-single .right-wrapper ul.table-list li {
  list-style: none;
  position: relative;
  display: block;
}
.table-content-wrapper-single .right-wrapper ul.table-list li a {
  display: flex;                
  align-items: center;
  gap: 10px;
  padding: 14px 0 12px 27px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid #35197C;
  color: #35197C;
  text-decoration: none;
  position: relative;           
}
.table-content-wrapper-single .right-wrapper ul.table-list li a:hover::before {
  filter: brightness(0) saturate(100%) invert(26%) sepia(81%) saturate(1288%) hue-rotate(230deg) brightness(87%) contrast(104%);
}
.table-content-wrapper-single .right-wrapper ul.table-list li a::before {
  content: "";
  background: url(/attachment/b7h37k6ojio54k2sp59z6udvv) no-repeat center / cover;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;                     
  transform: translateY(-50%);
}

.right-wrapper {
  width: fit-content;
  min-height: 386px;
  padding: 30px 30px;
  background: #ffffff;
  height: 100%;
  box-shadow: 0 4px 60px 0 rgba(0, 2, 10, 0.1);
}
@media screen and (max-width: 767px) {
  .right-wrapper {
    min-height: 355px;
    padding: 20px 18px;
    width: 82%;
  }
}

@keyframes table-content-right-animation {
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* D000TableOfContents End */

/* D108Footnote Start */

.footnote {
  word-break: break-all;
}

.footnote p{
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
}

.footnote a{
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    color: #35197C;
    text-decoration: none;
}

/* D108Footnote End */

/* K100Cyberlist Start */

.sec-about-cyberknife .about-wrapper {
    max-width: 900px;
    margin: 0 auto 0 0;
    padding-left: 50px;
}

.sec-about-cyberknife .cyber-feature {
  margin-bottom: 36px;
}
.sec-about-cyberknife .cyber-feature > h3 {
  font-weight: 600;
  margin-bottom: 12px;
}
.sec-about-cyberknife .cyber-feature .feature-content {
  margin-bottom: 36px;
}
.sec-about-cyberknife .cyber-feature .feature-content > h2 {
  margin-bottom: 24px;
}
.sec-about-cyberknife .cyber-feature .feature-content p {
  font-weight: 400;
  margin-bottom: 0;
}
.sec-about-cyberknife .cyber-feature .feature-content p:not(:last-of-type) {
  margin-bottom: 12px;
}
.sec-about-cyberknife .cyber-feature .feature-content p strong {
  font-weight: 900;
}
.sec-about-cyberknife .cyber-feature ul.feature-list {
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.sec-about-cyberknife .cyber-feature ul.feature-list.style-v2 li {
  font-weight: 600;
  padding-left: 34px;
  position: relative;
  color: #35197C;
}
.sec-about-cyberknife .cyber-feature ul.feature-list.style-v2 li:before {
  content: "";
  background: url(../images/icons/arrow-right-icon.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 15px;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: #15063A;
  padding: 12px 0;
  display: block;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li:not(:last-of-type) {
  border-bottom: 1px solid #15063A;
}
.sec-about-cyberknife .cyber-feature ul.feature-list li strong {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 900;
  color: #15063A;
}

/* K100Cyberlist End */

/* K101DiseaseList Start */

.cyberknife-card {
  margin-top: 48px;
}
.cyberknife-card > h3 {
  font-weight: 600;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .cyberknife-card > h3 {
    margin-bottom: 22px;
  }
}
.cyberknife-card .img-wrapper {
  padding-right: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cyberknife-card .img-wrapper {
    padding-right: 0;
  }
}
.cyberknife-card img {
  width: 100%;
}
.cyberknife-card ul.disease-list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: 24px 0 0;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .cyberknife-card ul.disease-list {
    grid-template-columns: auto;
  }
}
.cyberknife-card ul.disease-list.no-grid {
  grid-template-columns: auto;
}
.cyberknife-card ul.disease-list.no-grid li {
  border-right: none;
}
.cyberknife-card ul.disease-list.no-grid li:nth-of-type(even) {
  padding-left: 0;
}
.cyberknife-card ul.disease-list.no-grid li:nth-last-child(2) {
  border-bottom: 2px solid rgb(237, 239, 237);
}
.cyberknife-card ul.disease-list.no-grid li .content p {
  margin-bottom: 12px;
}
.cyberknife-card ul.disease-list li {
  list-style: none;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: self-start;
  column-gap: 10px;
  padding: 24px 0 24px 0;
  border-bottom: 2px solid rgb(237, 239, 237);
  border-right: 2px solid rgb(237, 239, 237);
}
@media screen and (max-width: 991px) {
  .cyberknife-card ul.disease-list li {
    border-right: none;
  }
}
.cyberknife-card ul.disease-list li:nth-of-type(odd) {
  padding-right: 24px;
}
.cyberknife-card ul.disease-list li:nth-of-type(even) {
  border-right: none;
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .cyberknife-card ul.disease-list li:nth-of-type(even) {
    padding-left: 0;
  }
}
.cyberknife-card ul.disease-list li:last-of-type, .cyberknife-card ul.disease-list li:nth-last-child(2) {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .cyberknife-card ul.disease-list li:nth-last-child(2) {
    border-bottom: 2px solid rgb(237, 239, 237);
  }
}
.cyberknife-card ul.disease-list li strong {
  font-size: 48px;
  line-height: 40px;
  font-weight: 900;
  color: rgb(177, 190, 240);
}
.cyberknife-card ul.disease-list li .content {
  padding-top: 5px;
}
.cyberknife-card ul.disease-list li .content p {
  margin-bottom: 0;
}
.cyberknife-card ul.disease-list li .content p.title {
  color: #35197C;
  font-weight: 900;
  margin-bottom: 10px;
}
.cyberknife-card ul.disease-list li .content p:not(.title) {
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .cyberknife-card ul.disease-list li .content p:not(.title) {
    font-size: 14px;
  }
}
.cyberknife-card .more-wrapper {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .cyberknife-card .more-wrapper {
    margin: 22px 0 0;
  }
}
.cyberknife-card .more-wrapper p {
  font-weight: 500;
  margin-bottom: 0;
}
.cyberknife-card .more-wrapper p:not(:last-of-type) {
  margin-bottom: 12px;
}
.cyberknife-card .more-wrapper p strong {
  font-weight: 900;
}
.cyberknife-card .more-wrapper .btn-wrapper {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .cyberknife-card .more-wrapper .btn-wrapper {
    margin: 30px 0 0;
  }
}

/* K101DiseaseList End */

/* P100Podcasts Start */

.podcasts .container {
    padding-left: 0px !important; 
    padding-right: 0px !important;
}
.latest-episode{
    display:flex !important;
    align-items:flex-start;
    gap:16px;
    flex-wrap:nowrap;
}
.latest-episode .latest-thumb{
    flex:0 0 700px !important;
    width:700px !important;
    margin:0 !important;
}
.latest-episode .u-aspect-thumbnail{
    padding-top:0 !important;
    height:auto !important;
    overflow:visible !important;
}
.latest-episode .u-aspect-thumbnail > img.u-img-cover{
    position:static !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
}
.latest-episode .u-aspect-thumbnail > .u-img-cover:not(img){
    display:none !important;
}
.latest-episode .latest-meta{
    flex:1 1 auto !important;
    min-width:0 !important;
    clear:none !important;
}
.latest-episode .w-inline-block{
    display:block !important;
    max-width:100%;
}
@media (max-width: 757.333px){
    .latest-episode{ flex-direction:column !important; }
    .latest-episode .latest-thumb{
        width:100% !important;
        flex-basis:auto !important;
    }
}
.u-aspect-thumbnail{ width:100%; padding-top:56%; position:relative; overflow:hidden; }
.u-img-cover{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.episode-chip-date-wrapper{
    display:flex; flex-wrap:wrap; align-items:center;
    column-gap:12px; row-gap:4px; margin-bottom:.5rem;
}
.chip-category{
    display:inline-flex; align-items:center; gap:.35rem;
    padding:.25rem .5rem; border-radius:10px;
    background:#F1F4FF; border:.5px solid rgba(0,0,0,.06);
    font-size:.875rem; line-height:1; color:#555; text-decoration:none;
}
.topics-wrapper{ display:flex; flex-wrap:wrap; gap:4px; margin-bottom:1rem; }
.chip-topics{
    display:inline-block; white-space:nowrap; padding:2px 4px; border-radius:10px;
    border:1px solid #e5e5e5; font-size:.875rem; font-weight:600; color:#666; transition:all .2s;
}
.chip-topics:hover{ border-color:#000; color:#000; }
.paragraph-small{ font-size:.875rem; line-height:1.43; }
.paragraph-large{ margin-bottom:2em; font-size:1.125rem; line-height:1.56; }
.h5{ color:#35197C; margin:0; font-size:2rem; font-weight:600; line-height:1; }
.h6{ margin:0; font-size:1.5rem; font-weight:600; line-height:1.17; }
.h7{ margin:0; font-size:1.25rem; font-weight:600; line-height:1.2; }
.u--flex-basis-auto-shrink{ flex:0 0 auto; }
.u-mb-1{ margin-bottom:1em; }
.u-mb-0-75{ margin-bottom:.75em; }
.u-mb-0-5{ margin-bottom:.5em; }
.u-d-block{ display:block; }

/* P100Podcasts End */

/* P101PodcastHeader Start */

.section-hero-gradient{
  background-image: linear-gradient(27deg,#f4f5f6,#f4f5f600);
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
  overflow-x: clip;
}

.section-hero-gradient .container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.section-hero-gradient .row{
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2.5rem 0;
}
.section-hero-gradient .row.row-align-center{ align-items: center; }
.section-hero-gradient .row.row-justify-center{ justify-content: center; }

.section-hero-gradient .col{
  flex: 0 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 0;
}

.section-hero-gradient .col.col-lg-4{ flex-basis:33.333%; max-width:33.333%; }
.section-hero-gradient .col.col-lg-1{ flex-basis:8.333%;  max-width:8.333%; }
.section-hero-gradient .col.col-lg-7{ flex-basis:58.333%; max-width:58.333%; }

@media (max-width: 991px){
  .section-hero-gradient .col.col-md-6 { flex-basis:50%;     max-width:50%; }
  .section-hero-gradient .col.col-md-10{ flex-basis:83.333%; max-width:83.333%; }
  .section-hero-gradient .col.col-md-12{ flex-basis:100%;    max-width:100%; }
}
@media (max-width: 767px){
  .section-hero-gradient .col.col-sm-12{ flex-basis:100%; max-width:100%; }
  .section-hero-gradient .col.col-sm-8 { flex-basis:66.667%; max-width:66.667%; }
}
@media (max-width: 479px){
  .section-hero-gradient .col.col-xs-10{ flex-basis:83.333%; max-width:83.333%; }
}

.section-hero-gradient .card{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,.08), 0 0 4px rgba(0,0,0,.04);
}
.section-hero-gradient .u-mb-0{ margin-bottom: 0; }
.section-hero-gradient .u-aspect-1x1{ width:100%; padding-top:100%; position:relative; overflow:hidden; }
.section-hero-gradient .u-img-cover{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }

.section-hero-gradient .h3{ letter-spacing:-.04em; margin:0 0 .25em; font-size:3rem; font-weight:600; line-height:1; }
.section-hero-gradient .h6{ letter-spacing:-.04em; margin:0; font-size:1.5rem; font-weight:600; line-height:1.17; }
.section-hero-gradient .paragraph-large{ margin-bottom:2em; font-size:1.125rem; line-height:1.56; }
.section-hero-gradient .u-mb-2{ margin-bottom:2em; }
.section-hero-gradient .u-mb-0-5{ margin-bottom:.5em; }

.section-hero-gradient .h3,
.section-hero-gradient .paragraph-large,
.section-hero-gradient .chip-platform div{
  overflow-wrap: anywhere;
}
.section-hero-gradient .platforms-chips-wrapper{
  display:flex; flex-wrap:wrap; column-gap:8px; row-gap:12px; min-width:0;
}
.section-hero-gradient .chip-platform{
  display:flex; align-items:center; gap:8px;
  padding:6px 12px; border-radius:100px;
  background-color:rgba(0,0,0,.05);
  font-weight:600; transition:background-color .2s,color .2s; color:#000;
  box-sizing:border-box; max-width:100%;
}
.section-hero-gradient .chip-platform:hover{ background-color: rgba(0,0,0,.1); }
.section-hero-gradient .chip-platform:active{ background:#000; color:#fff; }
.section-hero-gradient .chip-platform-icon{ width:24px; height:24px; }
.section-hero-gradient .w-inline-block{ max-width:100%; }

/* P101PodcastHeader End */

/* P102PodcastHeaderEpisode Start */

    h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
    :root{
        --light-gray: #eee;
        --mid-gray: #555;
    }
    .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }
    .chip-category {
        display: inline-flex;
        font-size: .875rem;
        align-items: center;
        gap: .35rem;
        padding: .25rem .5rem;
        border-radius: 10px;
        background-color: #F1F4FF;
        color: var(--mid-gray, #555);
        text-decoration: none;
        line-height: 1;
        border: .5px solid rgba(0,0,0,.06);
    }
    .u--pb-7 {
        padding-bottom: 3rem;
    }
    .section-hero-gradient {
        background-image: linear-gradient(180deg,#f4f5f6,#f4f5f600);
        padding-top: 5rem;
        padding-bottom: 5rem;
        position: relative;
    }
    .episode-chip-date-wrapper {
        grid-column-gap: 12px;
        grid-row-gap: 4px;
        flex-flow: wrap;
        align-items: center;
        margin-bottom: .5rem;
        display: flex;
    }
    .u-line-height-none {
        line-height: 1;
    }
    .episode-video-wrapper {
        background-color: var(--black-5);
        background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding-top: 56%;
        position: relative;
        overflow: hidden;
    }

    .episode-video-wrapper.is-bg {
        display:block;
        width:100%;
        padding-top:56%;
        position:relative;
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        overflow:hidden;
        border-radius:8px;
    }

    .episode-video-wrapper.is-bg:focus {
        outline:2px solid #2684ff;
        outline-offset:2px;
    }

    .u-img-cover {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0%;
    }
    .platforms-chips-wrapper {
        grid-column-gap: 8px;
        grid-row-gap: 12px;
        flex-wrap: wrap;
        display: flex;
    }
    .u-d-none {
        display: none;
    }
    .w-dyn-empty {
        background-color: #ddd;
        padding: 10px;
    }
    .chip-platform {
        grid-column-gap: 8px;
        color: var(--black);
        background-color: #0000000d;
        border-radius: 100px;
        align-items: center;
        padding: 6px 12px;
        font-weight: 600;
        transition: all .2s;
        display: flex;
        box-sizing: border-box;
    }
    .chip-platform:hover {
        background-color: #0000001a;
    }
    a:hover {
        color: var(--blue-base);
        text-decoration: none;
    }
    .h6 {
        letter-spacing: -.04em;
        letter-spacing: -.04em;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.17;
    }
    .container {
        width: 100%;
        max-width: 1216px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .row.row-align-center {
        align-items: center;
        align-content: center;
    }

    .row.row-justify-center {
        justify-content: center;
    }
    .row.row-no-gap {
        grid-row-gap: 0rem;
    }
    .row {
        grid-row-gap: 2.5rem;
        flex-wrap: wrap;
        align-content: stretch;
        margin-left: -20px;
        margin-right: -20px;
        display: flex;
    }

    .platforms-chips-wrapper .chip-platform {
        grid-column-gap: 8px;
        color: var(--black);
        background-color: #0000000d;
        border-radius: 10px;
        align-items: center;
        padding: 6px 12px;
        font-weight: 600;
        transition: all .2s;
        display: flex;
        box-sizing: border-box;
    }
    .platforms-chips-wrapper .chip-platform-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        display: block;
    }

    .platforms-chips-wrapper .chip-platform > div {
        line-height: 1;
        white-space: nowrap;
    }

/* P102PodcastHeaderEpisode End */

/* X110ContactContent Start */

.sec-contact-us .contact-card-main .contact-card:not(:last-of-type) {
    margin-bottom: 48px;
}
.sec-contact-us .contact-card-main {
    padding-left: 18px;
}
.sec-contact-us .contact-card-main .contact-card .address-wrapper p.title {
    font-weight: 900;
}
.sec-contact-us .contact-card-main .contact-card .address-wrapper p {
    margin-bottom: 0;
    font-weight: 500;
}


.sec-contact-us .contact-card-main .contact-card .expert-card:not(:last-of-type) {
    margin-bottom: 12px;
}
.sec-contact-us .contact-card-main .contact-card .expert-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    column-gap: 16px;
}
.sec-contact-us .contact-card-main .contact-card .expert-card .img-wrapper {
    margin: 0;
}
.sec-contact-us .contact-card-main .contact-card .expert-card .img-wrapper img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.sec-contact-us .contact-card-main .contact-card .expert-card .content span.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
img, svg {
    vertical-align: middle;
}
.sec-contact-us .sec-heading {
    margin-bottom: 48px;
    padding-left: 48px;
}
.sec-contact-us {
    padding: 60px 0 80px 40px;
}
@media screen and (max-width: 767px) {
    .sec-contact-us .sec-heading {
        padding: 0 12px;
    }
}
@media screen and (max-width: 767px) {
    .sec-contact-us {
        padding: 40px 0;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .sec-contact-us {
        padding: 60px 0;
    }
}
@media screen and (max-width: 991px) {
    .sec-contact-us .contact-card-main {
        padding-left: 24px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 991px) {
    .sec-contact-us .contact-card-main {
        padding-left: 24px;
        margin-top: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .sec-contact-us {
        margin: 0 0 0 -40px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media screen and (max-width: 767px) {
    .sec-contact-us .sec-heading h2, .sec-contact-us .sec-heading .h2 {
        font-size: 26px;
        line-height: 32px;
    }
}
.sec-contact-us .sec-heading h2, .sec-contact-us .sec-heading .h2 {
    font-weight: 900;
    margin-bottom: 24px;
}

/* X110ContactContent End */

/* X111ContactFooter Start */

.sec-direction .iframe-wrapper iframe {
    width: 100%;
    height: 532px;
    object-fit: cover;
}
.sec-direction .iframe-wrapper {
    margin-top: 48px;
}
.sec-direction ul.direction-list li p.title {
    margin-bottom: 8px;
    font-weight: 900;
    color: #35197C;
}
.sec-direction ul.direction-list {
    padding-left: 0;
}
.sec-direction ul.direction-list li:not(:last-of-type) {
    margin-bottom: 24px;
}
.sec-direction ul.direction-list li {
    list-style: none;
    display: block;
}
.sec-direction ul.direction-list li p {
    margin-bottom: 0;
    font-weight: 500;
}
p.f-16, .p.f-16 {
    font-size: 16px;
    line-height: 1.4em;
}
@media screen and (max-width: 991px) {
    .sec-direction {
        padding: 40px 22px;
    }
}
@media screen and (max-width: 767px) {
    .sec-direction .iframe-wrapper iframe {
        height: 300px;
    }
}

/* X111ContactFooter End */

/* Z101Video Start */

.sec-zap-learning {
  padding: 20px 0 60px;
}
@media screen and (max-width: 991px) {
  .sec-zap-learning {
    padding: 20px 0 30px;
  }
}
.sec-zap-learning .learning-wrapper {
  padding-left: 26px;
  max-width: 900px;
}
@media screen and (max-width: 1199px) {
  .sec-zap-learning .learning-wrapper {
    padding-left: 0;
  }
}
.sec-zap-learning .learning-wrapper > h3 {
  font-weight: 600;
  padding-left: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .sec-zap-learning .learning-wrapper > h3 {
    margin-bottom: 24px;
    padding-left: 0;
  }
}
.sec-zap-learning .learning-wrapper .iframe-wrapper {
  margin: 24px 0 24px;
}
.sec-zap-learning .learning-wrapper .iframe-wrapper iframe {
  width: 100%;
  height: 538px;
  object-fit: cover;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-zap-learning .learning-wrapper .iframe-wrapper iframe {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec-zap-learning .learning-wrapper .iframe-wrapper iframe {
    height: 210px;
  }
}

/* Z101Video End */